From 475aa8ce54bc20788fe90a6cce1dd50c60d3970c Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Thu, 2 Aug 2007 15:07:41 +0000 Subject: [PATCH] extensions/gggl.c Only include math.h once. 2007-08-02 Kevin Cozens * extensions/gggl.c * extensions/gggl-lies.c: Only include math.h once. svn path=/trunk/; revision=235 --- ChangeLog | 5 +++++ extensions/gggl-lies.c | 2 -- extensions/gggl.c | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e56f3d..78cb6af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-02 Kevin Cozens + + * extensions/gggl.c + * extensions/gggl-lies.c: Only include math.h once. + 2007-08-01 Øyvind Kolås Fixed compiler abort on certain LDFLAGS values (-Wl,-z,defs) by diff --git a/extensions/gggl-lies.c b/extensions/gggl-lies.c index 9e4d395..318b195 100644 --- a/extensions/gggl-lies.c +++ b/extensions/gggl-lies.c @@ -1590,8 +1590,6 @@ conv_yuvF_rgbF (unsigned char *src, unsigned char *dst, long samples) /******* lab, xyz and rgb interaction, lifted from cpercep by adam d. moss */ -#include - /* static const double Xn = 0.951; static const double Yn = 1.0; diff --git a/extensions/gggl.c b/extensions/gggl.c index 263c7d0..a14ecd7 100644 --- a/extensions/gggl.c +++ b/extensions/gggl.c @@ -1688,8 +1688,6 @@ conv_yuvF_rgbF (unsigned char *src, unsigned char *dst, long samples) /******* lab, xyz and rgb interaction, lifted from cpercep by adam d. moss */ -#include - /* static const double Xn = 0.951; static const double Yn = 1.0; -- 2.30.2